;;; QQ: 67762207
%100
+20
+19
+21
+22
+23
+24
+26

[@main]
#IF
checkpkpoint 2
#SAY
Go away, make haste away! \ \
<Close/@exit>
#ELSESAY
There are a variety of beautiful jewelry, please visit them. \ \
(FCOLOR/10) bulk <buy/@buy + (jewelry class)> ornaments (FCOLOR/12) \
<Buy/@buy> Jewelry \
<Sell/@sell> Jewelry \
<Repair/@repair> Jewelry \ \
<Jewelry production and decomposition/@AccessoryProduce> \
With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest> \ \
<Abandoned/@exit>

[@BUY + ()]
#CALL [VimaScript\bulk purchases.Txt] @quantities 
[@AccessoryProduce]
#CALL [ProduceSystem\Accessory\AccessoryMain.txt] @Accessorymain
[@buy]
#SAY
That is very good, seems well suited to you ... I have decided to stay, you go first. \ \
<Pre-step/@main>

[@sell]
#SAY
People like you, in the end can come up with what the article is indeed looking forward to.Ǻ~ \ \
<Pre-step/@main>

[@repair]
# SAY
Jewelry repair a lot of trouble ... do not do a direct buy new? \ \
<Pre-step/@main>

[~@repair]
#SAY
Order me to do such things ... \ \
<Pre-step/@main>

[goods]


[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [111] 1
Check [311] 0

#SAY
<On the task of dialogue./@CALL_Arequest11> \
#ACT
Mov D0 1

#IF
Check [209] 1
Check [409] 0

#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \
#ACT
Mov D0 1

# IF
Check [101] 1
Check [301] 0
checkjob Wizard

#SAY
<On the task of dialogue./@CALL_WizardQuest_4> \
#ACT
Mov D0 1

#IF
Check [104] 1
Check [304] 0

#SAY
<On the task of dialogue./@CALL_AreaQuest_4> \
#ACT
Mov D0 1

#IF
!Equal D0 1
#ACT
goto @NoQuest_Say
break

[@NoQuest_Say]
#IF
gender man
#SAY
_ If you still can compare with our cool-looking full-chun. \ \
_ <Close/@exit>
#ELSESAY
_ Man-chun just want to leave the home then I do not care about the feelings of Xiaohua hey ... ... ... ... \ \
_ <Close/@exit>


[@CALL_Arequest11]
#CALL [AreaQuest\ChoboGuide11\ChoBoGuide11.txt] @Banya_jangsinWha

[@CALL_AreaQuest_4]
#CALL [AreaQuest\ChoboGuide4\ChoBoGuide4.txt] @Basic5_Whanpc_20

[@CALL_WizardQuest_4]
#CALL [AreaQuest\ChoBoGuide1\ChoBoGuide1_Wizard.txt] @Basic_Wizard_4

[@ CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207 